CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 特征点 匹配

搜索资源列表

  1. SIFT特征点匹配

    0下载:
  2. 经典的SIFT特征点匹配算法
  3. 所属分类:3D图形编程

    • 发布日期:2011-08-16
    • 文件大小:758933
    • 提供者:tasteyou
  1. surf特征点匹配

    2下载:
  2. 很好的特征点匹配算法—surf,性能好于harris和sift,并且使用C++和matlab混合编程,速度更快,更加准确!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-06-21
    • 文件大小:1280017
    • 提供者:youwen1022
  1. 自己用matlab写的sift特征点检测与匹配程序

    3下载:
  2. 自己用matlab写的sift特征点检测与匹配程序,运行能通过,Matlab write themselves sift feature points detection and matching program, run through
  3. 所属分类:2D图形编程

    • 发布日期:2015-09-09
    • 文件大小:25830
    • 提供者:dubingxin
  1. SURF-V1.0.9-WinDLL.基于SURF特征点的图像配准代码

    1下载:
  2. 基于SURF特征点的图像配准代码,可实现两幅图的特征提取及匹配,SURF feature points based on image registration code
  3. 所属分类:图形图象

    • 发布日期:2017-04-09
    • 文件大小:2074993
    • 提供者:yimeng
  1. sift-match.sift特征点提取代码

    5下载:
  2. sift特征点提取代码和对两幅图像提取特征点后进行特征点匹配,可用于图像拼接等。c和matlab代码都有,sift feature point extraction code and the two images after the extraction of feature points matching feature points that can be used, such as image stitching. both c and matlab code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-05-13
    • 文件大小:376098
    • 提供者:purple_ice
  1. SIFT.用sitf算法抽取图像之间的特征点来实现图像匹配

    0下载:
  2. 用sitf算法抽取图像之间的特征点来实现图像匹配。,Sitf extraction algorithm using the feature points between images to achieve image matching.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-09
    • 文件大小:1368379
    • 提供者:谷永山
  1. ransac.rar

    1下载:
  2. ransac,随机抽样一致性算法,应用在图像处理特征点匹配中。,ransac, random sample of the consistency algorithm used in image processing feature point matching.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:226971
    • 提供者:李明
  1. 用opencv类库两副图像的特征点匹配

    6下载:
  2. 两副图像的特征点匹配,其中用了opencv类库,功能包括:特征点的亚像素精度检测,特征点初始匹配,基本矩阵计算及对极约束引导匹配等。matcher.rar网上的都是有错误,而且缺少类库,我把错误改正了,把所有需要的类库都加上了,现在已经编译通过,保证能运行!希望大家喜欢,2 points, matching the characteristics of images, which used the opencv library, features include: Feature Point D
  3. 所属分类:图形图象

    • 发布日期:2016-01-25
    • 文件大小:15229396
    • 提供者:star
  1. CornerExtracted.rar

    0下载:
  2. 基于OpenCV的图像特征点提取,并有效实现两幅图像的特征点匹配,在VC++6.0下调试通过,可以运行。,OpenCV based on extraction of image feature points and effectively achieve the two images to match the feature points, in VC++6.0 under the debugger through, you can run.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:422133
    • 提供者:李施
  1. SIFT-matlab.rar

    5下载:
  2. 基于SIFT的图像配准程序 SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力,SIFT-based image registration procedure is the SIFT feature matching algorithm for matching feature points at home and abroad a hot
  3. 所属分类:2D Graphic

    • 发布日期:2015-09-30
    • 文件大小:617753
    • 提供者:盖超
  1. ASIFT_windows_beta_20090415

    0下载:
  2. 基于SIFT的一种新特征点匹配算法,比SIFT还强,-Based on SIFT feature points of a new matching algorithm is also stronger than the SIFT,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2695353
    • 提供者:wangyu
  1. lubangxingdetuxiangpinjie

    0下载:
  2. 图像拼接的核心是图像的配准.提出一种准确、高效的图像拼接方法:利用Harris角点检测算子提取相邻图 像的特征点,通过Euclid度量改进熵变换的算法,进行特征点匹配,并通过最小均值二乘估计求解相邻图像的变换 矩阵,以此实现宽视角图像的拼接.实验结果表明:所给出的算法能够实现场景图像的精确匹配. -Image mosaic is the core of image registration. Make an accurate and efficient method of image
  3. 所属分类:Special Effects

    • 发布日期:2016-05-19
    • 文件大小:161423
    • 提供者:王钰
  1. lyj1

    0下载:
  2. SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力 -SIFT feature matching algorithm is the matching feature points at home and abroad a hot area of research with the difficult, and its ability to
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2480273
    • 提供者:刘佳
  1. SIFT

    0下载:
  2. SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力-SIFT feature matching algorithm is the feature points at home and abroad to match the hot area of research and difficult, and its ability to match
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3397887
    • 提供者:ligu
  1. matchbycorrelation

    0下载:
  2. matlab编制的通过卷积完成特征点匹配的软件-match image feature points by correlation
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:2772
    • 提供者:王洋
  1. cse576

    0下载:
  2. sift算法是提取特征点的经典算法,本代码全面实现了sift算法,以及特征点匹配-sift algorithm is a classic feature point extraction algorithm, the code sift the full realization of the algorithm, as well as the matching feature points
  3. 所属分类:Graph program

    • 发布日期:2017-11-16
    • 文件大小:59270025
    • 提供者:洪红
  1. jiaodiantezhengtiqujipipei

    0下载:
  2. 基于角点提取的特征点匹配算法研究!特征点用uSan算子提取!-Corner Detection Based on Feature Points Matching Algorithm! Feature Point Extraction using uSan operator!
  3. 所属分类:Graph program

    • 发布日期:2017-05-21
    • 文件大小:6583914
    • 提供者:姜利
  1. SIFT_Extract

    0下载:
  2. 实现SIFT特征提取算法,对于图像处理很有用的,首先提取特征点,然后进行特征点匹配。版权信息参见LICENSE-Sift feature extracting algorithm,read the copyright file LICENSE.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:171772
    • 提供者:fh
  1. vicinalboost-1.0.tar

    0下载:
  2. 经典的特征点匹配算法sift算法的实现程序,具有一定的参考价值-sift
  3. 所属分类:Graph program

    • 发布日期:2017-05-29
    • 文件大小:11354529
    • 提供者:邵绪强
  1. sift

    0下载:
  2. 提取SIFT特征点并加以匹配,提供了UI来看一幅图片中的特征点匹配程度-extract the SIFT features, and provide UI to show how much they match.
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:14961
    • 提供者:zzzffflll
« 12 3 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com